home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-05 | 1.4 KB | 38 lines | [TEXT/KAHL] |
- //////////////////////////////////////////////
- // Prototypes for group 1 routines
-
- Boolean p1_OpShapeHit(gxPoint *clickPt);
- void p1_DragOpShape(gxShape dragShape, gxPoint *clickPt, gxPoint *anchor);
- void p1_RemakeOpShapes(Boolean useDefaults);
- void p1_SetDefaultDragger(gxShape snake);
- void p1_ChangeLattice(void);
- //void p1_BuildCellShape(gxShape snake);
- void p1_AttachConstraints(void);
- Boolean p1_IsVectorPoint(long ptIndex);
- void p1_AddedDragPoint(long prevIndex);
- void p1_RemovedDragPoint(long prevIndex);
-
- Boolean pg_OpShapeHit(gxPoint *clickPt);
- void pg_DragOpShape(gxShape dragShape, gxShape otherShape, gxPoint *newPt,
- gxPoint *oldPt, gxPoint *anchor, Boolean arrowHIt);
- void pg_RemakeOpShapes(Boolean useDefaults);
- void pg_SetDefaultDragger(gxShape snake);
- void pg_ChangeLattice(void);
- void pg_BuildCellShape(gxShape snake);
- void pg_AttachConstraints(void);
- Boolean pg_IsVectorPoint(long ptIndex);
- void pg_AddedDragPoint(long prevIndex);
- void pg_RemovedDragPoint(long prevIndex);
-
- Boolean pm_OpShapeHit(gxPoint *clickPt);
- void pm_RemakeOpShapes(Boolean useDefaults);
- void pm_SetDefaultDragger(gxShape snake);
- void pm_ChangeLattice(void);
- void pm_BuildCellShape(gxShape snake);
-
- Boolean cm_OpShapeHit(gxPoint *clickPt);
- void cm_RemakeOpShapes(Boolean useDefaults);
- void cm_SetDefaultDragger(gxShape snake);
- void cm_ChangeLattice(void);
- void cm_BuildCellShape(gxShape snake);
-